Skip to content

fix(deps): update all non-major dependencies#18

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#18
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@fontsource/fira-mono (source) ^5.0.3^5.2.7 age confidence devDependencies minor
@fortawesome/free-brands-svg-icons (source) ^6.4.0^6.7.2 age confidence dependencies minor
@fortawesome/free-solid-svg-icons (source) ^6.4.0^6.7.2 age confidence dependencies minor
@sveltejs/adapter-auto (source) ^2.1.0^2.1.1 age confidence devDependencies patch
@sveltejs/adapter-static (source) ^2.0.2^2.0.3 age confidence dependencies patch
@​types/cookie ^0.5.1^0.6.0 age confidence devDependencies minor
autoprefixer ^10.4.14^10.5.0 age confidence devDependencies minor
ghcr.io/hazmi35/node 18-dev-alpine18.20.8-dev-alpine age confidence stage minor
pnpm (source) 8.7.1+sha512.41bb77121614697152da4e052d003baf6fde633fc9a03786ebcd3fdd45c6d066b4dcb3ee6381a076f08b7beccedcced99d61b8548e1b03093b4292727ebe5ea88.15.9 age confidence packageManager minor
svelte-check ^3.4.4^3.8.6 age confidence devDependencies minor
tailwindcss (source) ^3.3.2^3.4.19 age confidence devDependencies minor
tslib (source) ^2.5.3^2.8.1 age confidence devDependencies minor

Release Notes

fontsource/font-files (@​fontsource/fira-mono)

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.15

Compare Source

v5.0.14

Compare Source

v5.0.13

Compare Source

v5.0.12

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

FortAwesome/Font-Awesome (@​fortawesome/free-brands-svg-icons)

v6.7.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.7.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.6.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.4.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

sveltejs/kit (@​sveltejs/adapter-auto)

v2.1.1

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/adapter-static)

v2.0.3

Compare Source

Patch Changes
  • fix: correctly list dynamic routes in error log (#​10443)
postcss/autoprefixer (autoprefixer)

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
pnpm/pnpm (pnpm)

v8.15.9: pnpm 8.15.9

Compare Source

Patch Changes

  • Deduplicate bin names to prevent race condition and corrupted bin scripts #​7833.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.8

Compare Source

Patch Changes

  • Upgrade tar to v6.2.1 in the dependences #​7939.
  • If the script-shell option is configured to a .bat/.cmd file on Windows, pnpm will now error with ERR_PNPM_INVALID_SCRIPT_SHELL_WINDOWS. Newer versions of Node.js released in April 2024 do not support executing these files directly without behavior differences. If the script-shell option is necessary for your use-case, please set a .exe file instead.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.7

Compare Source

Patch Changes

  • pnpm config get prints a comma-separated list for an array value instead of nothing.
  • It should be possible to publish a tarball with custom dist-tag #​7845.
  • Print the list of packages that were not built because they are ignored by configuration settings.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

v8.15.5

Compare Source

Patch Changes

  • Correctly detect the active Node.js version during headless installation #​7801.
  • The npm CLI executed from pnpm should not use Corepack #​7747.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.4

Compare Source

Patch Changes

  • Print the right error code when a package fails to be added to the store #​7679.
  • Don't fail on a tarball that appears to be not a USTAR or GNU TAR archive. Still try to unpack the tarball #​7120.
  • Always add a name and version field to the index files in the store #​7115.
  • Deleting a dependencies field via a readPackage hook should work #​7704.
  • Symlinks should be resolved and uploaded to the side-effects cache #​7691.

Platinum Sponsors

Gold Sponsors

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Jakarta)

  • Branch creation
    • "before 6am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from Plyrs1 and satoufuyuki as code owners June 27, 2023 18:00
@renovate renovate Bot changed the title chore(deps): update dependency tslib to ^2.6.0 chore(deps): update all non-major dependencies Jun 29, 2023
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 24c026b to 3da0666 Compare July 5, 2023 10:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4c08a79 to 39f0a1c Compare July 12, 2023 16:28
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e71096c to 43956ba Compare July 20, 2023 16:03
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1ff8bd8 to bf2afe9 Compare July 27, 2023 23:02
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from bdd5db0 to 77216ef Compare August 7, 2023 11:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8f4ab00 to 9c5e986 Compare August 13, 2023 16:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 54cde7d to 1622f29 Compare September 23, 2023 02:03
@vercel

vercel Bot commented Sep 23, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
awi-website Error Error Jun 11, 2026 11:43am

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1622f29 to e1afc25 Compare September 24, 2023 21:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e1afc25 to 9036e92 Compare September 29, 2023 00:55
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9036e92 to 9e45556 Compare October 3, 2023 19:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9e45556 to 0d0c988 Compare October 5, 2023 09:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 0d0c988 to ab67b49 Compare October 7, 2023 01:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ab67b49 to 9844ba0 Compare October 9, 2023 21:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9844ba0 to b077459 Compare October 18, 2023 03:26
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b077459 to 49b22ce Compare October 18, 2023 10:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 49b22ce to b284c30 Compare October 18, 2023 16:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b284c30 to 3e0eb5d Compare October 21, 2023 21:36
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3e0eb5d to 429878a Compare October 23, 2023 16:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 429878a to ab7df16 Compare October 24, 2023 20:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ab7df16 to 984cc0c Compare October 25, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants